17. Solution: LIMIT

Solution to Previous LIMIT Question

SELECT occurred_at, account_id, channel
FROM web_events
LIMIT 15;

Code

If you need a code on the https://github.com/udacity.